home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 051-075 / scopedisk56 / pcdisk / read.bat < prev    next >
DOS Batch File  |  1995-03-19  |  160b  |  11 lines

  1. echo off
  2. cls
  3. if %1X==X goto error
  4. aread ram:%1 c:\xyz\%1 /b
  5. goto end
  6. :error
  7. echo 
  8. echo You entered READ %1.
  9. echo Please enter READ filename.ext
  10. :end
  11.